func github.com/tmthrgd/go-hex.fromHexChar

3 uses

	github.com/tmthrgd/go-hex (current package)
		hex.go#L109: 		a, ok := fromHexChar(src[i*2])
		hex.go#L114: 		b, ok := fromHexChar(src[i*2+1])
		hex.go#L126: func fromHexChar(c byte) (byte, bool) {